<binding name='WeatherSoapBinding' type='wsdlns:WeatherSoapPort' >

    <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http' />

    <operation name='getTemperature' >

      <soap:operation soapAction='http://myService.com/action/Weather.getTemperature' />

            ....

    </operation>

</binding>